Welcome![Sign In][Sign Up]
Location:
Search - windows hook

Search list

[Windows DevelopDInput-Hook-2005-22-01

Description: 本程序是windows Hook程序,有写不是很全面,请大家补充,-windows Hook procedures, it was not very comprehensive, please add, thank you
Platform: | Size: 158635 | Author: dfsd | Hits:

[Documentsdll和hook编程

Description: 关于windows动态链接的编程及钩子的应用
Platform: | Size: 6165862 | Author: yizhuo_513 | Hits:

[SourceCodewindows操作系统hook编程框架示例

Description: windows操作系统hook编程框架示例,利用该框架可快速进行hook开发。
Platform: | Size: 709970 | Author: lslone2001@163.com | Hits:

[Hook apiKeyHook

Description: 利用Windows Hook技术监控计算机的使用-Windows Hook computer technology to monitor the use of
Platform: | Size: 208896 | Author: 高启华 | Hits:

[Windows DevelopWindows信息管理系统VS.Net C#

Description: Windows信息管理系统-Information Management System for Windows
Platform: | Size: 3072 | Author: 黄易 | Hits:

[Windows DevelopWinApihook_Code

Description: Windows 钩子(Hook)编程技术-Windows hook (Hook) Programming
Platform: | Size: 70656 | Author: zhb | Hits:

[Windows Developfiled_hook

Description: 利用Windows API实现对文件监控-use of the Windows API on File Monitor
Platform: | Size: 5120 | Author: 王远勤 | Hits:

[Windows Develop所有HooK演示

Description: windows下所有的hook的演示代码-windows of all the hook demo code
Platform: | Size: 16384 | Author: 小强 | Hits:

[Hook apispy&hook

Description: 可截获windows下各进程的各类消息,可作消息查看之用-windows can be intercepted under the process of the various news sources for use View
Platform: | Size: 271360 | Author: wxs715 | Hits:

[Hook api在Windows 2003中HOOK ZwCreateProcessEx

Description: 工作需要,想控制进程的创建,于是HOOK了ZwCreateProcess,后来发现xp和2003中创建进程的都用NtCreateProcessEx-work needs to control the process of creation, then the ZwCreateProcess HOOK, later found xp 2003 and the process of creating both NtCreateProcessEx
Platform: | Size: 9216 | Author: | Hits:

[Windows DevelopDInput-Hook-2005-22-01

Description: 本程序是windows Hook程序,有写不是很全面,请大家补充,-windows Hook procedures, it was not very comprehensive, please add, thank you
Platform: | Size: 158720 | Author: dfsd | Hits:

[Hook apikeyboard_hook

Description: 钩子的使用方法,pdf文件。 windows hook的使用方法。-hook way to use pdf documents. Windows hook used.
Platform: | Size: 1648640 | Author: 宁华波 | Hits:

[VC/MFCHook

Description: Windows消息在系统及应用程序的运行中起着关键的作用,每一次键盘、鼠标的点击 都会有消息的传递,应用程序通过对消息的响应来实现与用户的交互。钩子(Hook)函数作为Win— dows编程中的一种强有力的工具,可以有效地截获Windows系统内部传递的消息,在消息到达目标窗 1:7的处理函数之前先对消息做出相应处理,从而实现对应用程序的监视与控制。文中描述了Windows 消息的构成,介绍了Hook函数的安装、释放及类型,最后介绍了一个Hook函数实现应用程序操作的 捕捉的实例。-Windows messages in the system and applications running in a critical role to play, every keyboard, mouse clicks, there will be transmission of messages, the application of information in response to realize the interaction with the user. Hook (Hook) function as a Win-dows of a powerful programming tool that can effectively pass intercepted Windows system information in the message window to reach the goal of treatment 1:7 function before treatment of the news and make the corresponding in order to realize the application of surveillance and control. The article describes the Windows message composition, introduction of the Hook function to install, release and type, and finally introduce a function realize Hook applications to capture examples of the operation.
Platform: | Size: 183296 | Author: jiny | Hits:

[OS programHook

Description: 钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中,这样才能被各种相关联的应用程序调用。在WINDOWS中,日志钩子是个很特别的钩子,它只有全局钩子一种,是键盘鼠标等输入设备的消息在系统消息队列被取出时发生的,而且系统中只能存在一个这样的日志钩子,更重要是,它不必用在动态链接库中,这样可以省却了为安装一个全局钩子而建立一个动态链接库的麻烦。利用日志钩子,我们可以监视各种输入事件,下面的示例可以用来记录键盘的输入,当有按键发生时,自动记录按键动作的日期和时间以及当前激活的窗口名称。 根据网上教程编写并调试通过.-WINDOWS hook are message handling mechanism in a point, by installing a variety of hooks, the application can set the appropriate subroutine to monitor the messaging system, as well as the message arrive at these objectives deal with them before the window. A lot of the type of hook, each hook can be intercepted and processed the corresponding message, such as a keyboard hook keyboard can be intercepted message, the mouse can be intercepted mouse message hook, hook shell can be intercepted by the application to start and turn off the message, log hook can monitor and record input case. Hook into thread-specific hook and global hook, thread-specific hook to monitor only the specified thread, it is necessary to monitor the system all the threads must be used in the overall hook. The overall hook, hook function must be included in a separate dynamic-link library (DLL), this can be a variety of applications associated call. In WINDOWS, the log is a very special hook the hook, it is only a
Platform: | Size: 206848 | Author: changyou | Hits:

[Hook apiHOOK

Description: 详细解答了windows 钩子在delphi开发环境下的使用-Detailed answers to the windows hook delphi development environment in the use of
Platform: | Size: 257024 | Author: 陈松彬 | Hits:

[CSharpWindows-Hook-Library-(Any-CPU)

Description: Windows Hook Library (Any CPU)
Platform: | Size: 16384 | Author: xacker-87 | Hits:

[Hook apiwindows-hook

Description: 使用windows hook获取系统密码,使用windows hook获取系统密码-windows hook windows hook windows hook windows hook windows hook windows hook
Platform: | Size: 38912 | Author: fanpan | Hits:

[OtherWindows-Hook

Description: Windows Hook 易核心编程修订版详细介绍了HOOK的相关知识-Windows Hook Easy core programming details of the revision of the relevant knowledge HOOK
Platform: | Size: 247808 | Author: xxyyzz | Hits:

[OtherWindows-Hook-Demo

Description: Windows Hook Windows Hook Windows Hook -Windows HookWindows HookWindows HookWindows HookWindows HookWindows Hook
Platform: | Size: 140288 | Author: jdo | Hits:

[Hook apiwindows-hook

Description: windows hook sample and library very usefull
Platform: | Size: 172032 | Author: mohsen | Hits:
« 12 3 4 5 6 7 8 9 10 ... 32 »

CodeBus www.codebus.net